Thread the shell through more of the system
authorYehuda Katz <wycats@gmail.com>
Sun, 22 Jun 2014 05:22:56 +0000 (22:22 -0700)
committerYehuda Katz <wycats@gmail.com>
Sun, 22 Jun 2014 05:22:56 +0000 (22:22 -0700)
commit19bea0ad0c8f067e06f1df2a6f0b5ab60807e263
tree8a19214a8af248f6bdc740642808718dd8605c65
parent687035657d071f2b71fbb2a3a00a353294e710c7
Thread the shell through more of the system
18 files changed:
src/bin/cargo-compile.rs
src/bin/cargo-git-checkout.rs
src/bin/cargo-read-manifest.rs
src/bin/cargo.rs
src/cargo/core/mod.rs
src/cargo/core/package.rs
src/cargo/core/registry.rs
src/cargo/core/shell.rs
src/cargo/core/source.rs
src/cargo/lib.rs
src/cargo/ops/cargo_compile.rs
src/cargo/ops/cargo_rustc.rs
src/cargo/sources/git/source.rs
src/cargo/util/config.rs
tests/support/mod.rs
tests/test_cargo_compile.rs
tests/test_cargo_compile_git_deps.rs
tests/test_cargo_compile_path_deps.rs